Go to the source code of this file.
Functions | |
| void | uart0_init () |
| void | uart0_putc (unsigned char c) |
| initialize UART0 | |
| void | uart0_puts (char *s) |
| put char to UART0 | |
| void | uart0_send_initial_char () |
| put string to UART0 | |
| void | uart1_init () |
| Send initials char to UART0. | |
| void | uart1_putc (unsigned char c) |
| initialize UART1 | |
| void | uart1_puts (char *s) |
| put char to UART1 | |
| void | uart1_send_initial_char () |
| put string UART1 | |
| void uart0_init | ( | ) |
| void uart0_putc | ( | unsigned char | c | ) |
| void uart0_puts | ( | char * | s | ) |
put char to UART0
| none |
Definition at line 28 of file RS232.c.
References uart0_putc().
| void uart0_send_initial_char | ( | ) |
| void uart1_init | ( | ) |
Send initials char to UART0.
| none |
Definition at line 44 of file RS232.c.
References F_OSC, UART_BAUD_CALC, and UART_BAUD_RATE.
| void uart1_putc | ( | unsigned char | c | ) |
| void uart1_puts | ( | char * | s | ) |
put char to UART1
| none |
Definition at line 64 of file RS232.c.
References uart1_putc().
| void uart1_send_initial_char | ( | ) |
1.5.3